procedure TForm1.Button1Click(Sender: TObject);
begin
  Randomize;
  Table1.First;
  Table1.MoveBy(Random(Table1.RecordCount));
end;